@charset "utf-8";
/* CSS Document */
/*  
Theme Name: 4v
Theme URI: http://www.vivivava.com/free-wordpress-theme
Description: 4v theme is designed by <a href=http://www.vivivava.com>vivivava.com</a>
Version: 1.0
Author: Eric
Author URI: http://www.vivivava.com
*/

/************************************************
*	Global									*
************************************************/
* {
	margin:0;
	padding:0;
}
li,dd {
	margin-left:5%;
}
fieldset {
	padding:.5em;
}
select option {
	padding:0 5px;
}
.clear {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}
body {
	color:#647585;
	font-size:9pt;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	margin:0;
	padding:0;
}
.wrap {
	width:730px;
	clear:both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
p {
	line-height:1.75em;
}
blockquote {
	margin-left:2em;
	padding-left:1em;
	border-left:1px solid #AEB6BA;
	color:#AEB6BA;
}
pre {
	width:100%;
	overflow:auto;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
	padding:1em 0;
}
.rule {
	border-top:1px solid #CCC;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:1.5em 0;
}
#seperator {
	margin-top:30px;
}


/************************************************
*	Header									*
************************************************/
#header {
background: url(img/header2.jpg) 0 0 repeat;
}
#header .wrap {
	padding:1.9em 0;
}

#header h1 
{
	font-size:1.7em;
	margin:0;
	font-variant:small-caps;
	letter-spacing:0px;
}
#header h1 a {
	text-decoration:none;
	color:#FFFFFF;
	margin-left:10px;
}
#header h2 
{
	margin:1px 0 0 67px;
	color:#BBBA9C;
	font-size:1.0em;
	font-weight:normal;
	font-family:Tahoma, Verdana, Arial, Serif;
	letter-spacing:0px;
}
#header .logo {
	float:left;
	width:144px;
	height:55px;
	background:url(img/logoCH1.png) 0 0 no-repeat;
	position:relative;
}

/************************************************
*	Photos									*
************************************************/
#photo_area {
	height:280px; /* era 130px sin el ALERT - queda bien con 140*/
	margin:0 auto;

}
/*
#photo {
	clear:both;
	float:left;
	width:730px;
	height:130px;
	background: url(img/photos.png) 0 0 no-repeat;
	position:relative;
}
*/
#photo .about {
	border:#B3D1DB 1px solid;
	padding:10px;
	background-color:#ECF8F9;
	color:#03568C;
	margin-left:2px;
	margin-bottom:2px;
	margin-top:1px;
	font-size: 1.2em;
}

#photo .about a {
	color:#03568C;
	text-decoration:none;
	border-bottom: 1px dotted;

}
#photo .about a:hover {
	background-color:#FFFFEF;
	text-decoration:none;
	border-bottom: 1px dotted;
}
#photo .alert {
	border:#FDBF1A 1px solid; /*#ffd324*/
	padding:10px;
	background-color:#FFFFEF;
	color:#5F5F5F; /*#03568C*/
	margin-left:2px;
	margin-bottom:2px;
	margin-top:1px;
	font-size: 1.1em;
}
/************************************************
*	Menu									*
************************************************/
#menu {
	font-size:11px;
	background-color:#333;
	height:26px;
	position:static;
}
#menu .menu,#menu li {
	list-style:none;
	margin:0 auto;
	padding:0;
}
#menu .menu_width {
	width:1000px;
	margin:0 auto;
}
#menu .menu {
	background:transparent url("img/menu_right.png") repeat-y left top;
	height:26px;
	padding:0 0 0 1px;
}
#menu .menu_width_left {
	float:right;
	background:transparent url("img/menu_left.png") repeat-y right top;
	height:26px;
	padding:0 1px 0 0;
}
#menu .menu li {
	float:left;
	line-height:25px;
	height:26px;
	background-image:url(img/menu_left.png);
	background-repeat:no-repeat;
	background-position:left top;
}
#menu .menu a {
	height:26px;
	background-image:url(img/menu_right.png);
	background-position:right top;
	background-repeat:no-repeat;
	color:#ccc;
	display:block;
	width:80px;
	text-align:center;
	padding:0 10px;
	text-decoration:none;
}
#menu .menu a:hover {
	height:24px;
	color:#fff;
	border-bottom:#fff 2px solid;
	display:block;
	background-color:#168CB2;
	text-decoration:none;
}
#menushadowbottom {
	clear:both;
	height:13px;
	background: url(img/shadowbottom.gif) 0 0 repeat;
}

/************************************************
*	Content									*
************************************************/
#content {
	padding:1em 0;
}
#content-main {
	float: left;
	width: 467px;
}
#content-main ul 
{
    margin:0 1em;
    padding:0 1em;
    list-style-image:url(img/bullet.png);
}
#content h2 
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em; 	
	letter-spacing:0px;
	font-weight:normal;
}
#content h3 {
	font-size: 1.2em; 
	font-weight:normal;
	margin-top:0;
	padding-top:2px;
	padding-bottom:10px;
	background:url(img/line.gif) no-repeat bottom left;
}
#content h4 {
	font-size: 1.0em;
	border:#eee 1px solid;
	padding:3px;
	font-weight:bold;
}
#content h5 {
	font-size: 0.6em; 
	margin: 1em 0;
}
#content h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em; 	
	letter-spacing:0px;
	font-weight:normal;
	margin-bottom:10px;
}
#content h6 em {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 70%; 	
	letter-spacing:0px;
	font-weight:normal;
}
#content ol 
{
    list-style-type:decimal;
    margin:1em;
    padding:0 1em;
}
#content-main a:link, #content-main a:visited {
	color:#789F00;
	text-decoration:none;	
}
#content-main a:hover, #content-main a:active {
	color: #789F00;
	background-color:#F5F7E5;
	text-decoration:none;	
}
#content a.titlelink, a.titlelink:visited {
	color: #000;
	text-decoration:none;	
}
	
#content a.titlelink:hover {
	color: #789F00;
	background-color:#F5F7E5;
	text-decoration:none;	
}
#content .icon {
	border:0;
	background:none;
	margin:0;
	padding-right:1px;
	padding-left:0;
	padding-top:0;
	padding-bottom:2px;
	float:none;
}
#content .commentsfeed 
{
	background:url(img/icon_feed.gif) no-repeat left center;
	padding-left:16px;
}
#content .trackback 
{
	background:url(img/link.gif) no-repeat left center;
	padding-left:20px;
}
#content .entry p {
	margin-bottom:15px;
}
#content .entry img 
{
	padding:6px 6px 6px 6px;	
	border:0;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;
	border-bottom:#eee 1px solid;
	border-right:#eee 1px solid;	
	margin-right:15px;
}
#content .entry a:link img,
#content .entry a:visited img,
#content .entry a:hover img,
#content .entry a:active img {
	padding:6px 6px 6px 6px;	
	border:0;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;
	border-bottom:#eee 1px solid;
	border-right:#eee 1px solid;	
	margin-right:15px;	
}
#content .entry .wp-smiley, .entry #wpstats {
	float:none;
	background: none;
	border: 0;
	padding: 0;
}
#similarpost {
	margin-top:10px;
	margin-bottom:10px;
	border:#eee 1px solid;
	padding:6px;
} 
#myavatar a:link img,
#myavatar a:visited img,
#myavatar a:hover img,
#myavatar a:active img {
	padding:6px 6px 6px 6px;	
	border:0;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;
	border-bottom:#eee 1px solid;
	border-right:#eee 1px solid;	
	margin-right:15px;	
	float:left;
}

/************************************************
*	Sidebar									*
************************************************/

#sidebar {
	float: right;
	width: 236px;
}
#sidebar h2 {
	color:#000;
	font-size:1.3em;
	font-weight:normal;
	font-family:Tahoma, Verdana, Arial, Serif;
	letter-spacing:0px;
	padding-bottom:2px;
	border-bottom:#eee 1px solid;
}
#sidebar ul
{
	list-style:none;
	padding:0;
}
#sidebar li 
{
	margin-top:3px;
	margin-bottom:3px;
}
#sidebar ul ul
{
	list-style:none;
}
#sidebar ul li ul a:link, #sidebar ul li ul a:visited {
	color:#647585;
	text-decoration:none;
}
#sidebar ul li ul a:hover {
	color: #99CC00;
	background-color:#F5F7E5;
	text-decoration:none;	
}
#sidebar a.sidebarlink:link {
	border-bottom:#647585 dashed 1px;
}
#sidebar a.sidebarlink:hover, #sidebar a.sidebarlink:visited {
	border-bottom:#647585 solid 1px;
}
li.sb {
	padding-bottom:10px;
}
#sidebar .about {
	border:#B3D1DB 1px solid;
	padding:10px;
	background-color:#ECF8F9;
	color:#03568C;
	margin-left:2px;
	margin-bottom:2px;
	margin-top:1px;
}
#sidebar .about2 {
	border:#B3D1DB 1px solid;
	padding:10px;
	background-color:#FFFFFF;
	color:#03568C;
	margin-left:2px;
	margin-bottom:2px;
	margin-top:1px;
}
#sidebar .about3 {
	background:#FFFFFF url(img/mail_new.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border:#B3D1DB 1px solid;
	color:#03568C;
	margin-left:5px;
	margin-bottom:2px;
	margin-top:1px;
	font-weight:bold;
}

#sidebar .alert {
/*	background: #fff6bf url(img/exclamation.png) no-repeat left center;
*/	
	background: #fff6bf url(img/exclamation.png) no-repeat left top;
	background-position: 2px 2%; /* x-pos y-pos */
	position: relative;
	display: block;
	margin: 0 0 20px 0 !important;
	padding: 0 0 0 21px !important;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 1px solid #ffd324;
	border-bottom: 1px solid #ffd324;
}

#sidebar .about h2 {
	color:#5D7584;
	background-color:#fff;
	padding:5px;
	width:46px;
	font-size:1.3em;
	font-weight:normal;
	font-family:Tahoma, Verdana, Arial, Serif;
	letter-spacing:0px;
}

#sidebar .about a {
	color:#03568C;
	text-decoration:none;
}
#sidebar .about a img{
	border:0;
	color:#03568C;
	text-decoration:none;
}
#sidebar .about a:hover {
	color: #03568C;
	background-color:#F5F7E5;
	text-decoration:none;
}
#sidebar .about a:hover img{
	border:0;
	color: #03568C;
	background-color:#F5F7E5;
	text-decoration:none;
}

#sidebar .about2 a {
	color:#03568C;
	text-decoration:none;
}
#sidebar .about2 a img{
	border:0;
	color:#03568C;
	text-decoration:none;
}
#sidebar .about2 a:hover {
	color: #03568C;
	background-color:#F5F7E5;
	text-decoration:none;
}
#sidebar .about2 a:hover img {
	border:0;
	border-color:#F5F7E5;
	text-decoration:none;
}

#sidebar .about3 a {
	color:#03568C;
	text-decoration:none;
}
#sidebar .about3 a img{
	border:0;
	color:#03568C;
	text-decoration:none;
}
#sidebar .about3 a:hover {
	color: #03568C;
	background-color:#F5F7E5;
	text-decoration:none;
}
#sidebar .about3 a:hover img {
	border:0;
	border-color:#F5F7E5;
	text-decoration:none;
}


#sidebar .publicidad {
	background-color: #c5e3e9; 
	padding: 1px 0px 1px 1px; 
	color: #03568C; 
	border-top: 1px solid #B3D1DB;
	border-right: 1px solid #B3D1DB;
	border-left: 1px solid #B3D1DB;
	
	margin-left:2px;
	margin-bottom:0px;
	margin-top:1px;
	
	font-size:0.8em;
	font-weight:normal;
	font-family:Tahoma, Verdana, Arial, Serif;
	letter-spacing:0px;
	}

/************************************************
*	footer									*
************************************************/
#footer {
	clear:both;
	color:#BBBA9C;
	background:#333;
	border-top:#B3D1DB 3px solid;
}

#footer p {
	font-size:10px;
	line-height:30px;
	margin:0;
}
#footer a, #footer a:visited {
	color:#fff;
	text-decoration:none;
	border-bottom:#fff 1px dotted;
}
#footer a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:#fff 1px solid;
}

/************************************************
*	Search									*
************************************************/
#search {
	left:50%;
	width:200px;
	text-align:right;
	margin:22px 0 0 164px;
	position: absolute;
}
#search .searchimg {
	float:left;
	width:14px;
	height:13px;
	background:url(img/search.gif) 0 0 no-repeat;
	position:relative;
	top:4px;
}

#search input {
	width:175px;
	font-size:9pt;
	background:#CCC;
	margin-top:2px;
}

#search input:focus {
	background:#FFF;
}

/************************************************
*	Comments									*
************************************************/
#comments, #respond{
	margin: 0;
	padding:1em 0 0 0;
}
#commentform 
{
	margin:10px 0;	
	padding:10px;
	background:#F6F6FF;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
}
.commentnum 
{
	font-size:1.5em;
	font-weight:bold;	
	margin:0 5px 0 0;
}
.commentlist {
	width:460px;
}
.commentlist li 
{
	list-style:none;
	margin: 1px;
	padding: 1em 0.5em;	
	border-bottom: #eee 1px solid;
	
}
.commentlist li.alt 
{
    background:#f9f9f9;    
}
.commentlist li.authorcomment 
{	
	border-top:#eee 1px solid;
}
.commentlist li .cmtinfo 
{
	font-size:1em;		
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
.commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}

input.textbox, textarea
{
	border:#ccc 1px solid;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	width:90px;
}
textarea{
	width: 90%;
	padding:10px;
	line-height:2em;
	height: 20em;
}
input.textbox:focus, textarea:focus
{
	border:#999 1px solid;
}
#submit 
{
	padding:3px 5px;
}
.post h4 
{
	font-size:1em;
	font-weight:normal;
}
.post h4 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
}


.entry2 td, .entry2 ol li{	line-height:1.75em;}
.entry2 ol li{	padding-bottom:8px;}
.entry2 ol li ul, .entry2 ol li ul li {list-style-type:circle; list-style-image:none;}
#border-table{border-top:1px solid #cccccc;}
#border-table td{border-bottom:1px solid #cccccc;}
.submitbig {border:3px double #999999;}
.submitbig a, .submitbig a:link, .submitbig a:visited{font-size:18px; background-color:#ebebeb; border:3px solid #CCCCCC; margin:10px; padding:10px; color:#FFFFFF;}
.submitbig a:hover, .submitbig a:active{ border:3px solid #ebebeb; }

.alert_red {
	border:#dd3c10 1px solid; /*#ffd324*/
	padding:10px;
	background-color:#ffebe8;
	color:#333; /*#03568C*/
	margin-left:2px;
	margin-bottom:2px;
	margin-top:1px;
	font-size: 0.9em;
	}
.info {
	border:#B3D1DB 1px solid; /*#ffd324*/
	padding:10px;
	background-color:#EFFBFF;
	color:#333; /*#03568C*/
	margin-left:2px;
	margin-bottom:2px;
	margin-top:1px;
	font-size: 0.9em;
	}
#content-main span.more,
#content-main span.more:link
{
color:#6DB33F;
cursor:pointer;
text-decoration:underline;
}
