/* 
Theme Name: Fundacion VIVE
Theme URI: http://www.fvive.eu/
Description: Web design 2007
Version: 2.0
Author: Rodrigo Barona
Author URI: http://www.prood.com.com/

*/


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#fff;
}

hr { display:none;}

.clear {clear:both;}

div#accesoadmin {   
  display:block;
  width:100%;
  border-bottom:4px solid #444749;
  background:#90C5DD;
  text-align:center;
  font-size:10px;
  color: #fff; 
  padding:10px 0;
}

body>div#accesoadmin {
	width:100%;
}

div#accesoadmin a {
	color:#fff;
}

/*-------------------------------------------------------*/
#content {
	/* background: #fff url(images/fondo.jpg) repeat-x; */
	padding-bottom:20px;
}


/*-------------------------------------------------------*/

#contenedor {
	/*background: url(images/header.jpg) no-repeat 23px 113px;*/
	width:760px;
	margin:0 auto;
	
}
/*-------------------------------------------------------*/
#header {
	/* height:280px; */
	height:113px;
}


#header h1 a{
	width:186px;
	height:69px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/logo-fvive.jpg) top left no-repeat;
	float:left;
	margin-top:34px;
}

#header ul {
	float:right;
	margin-top:80px;
	padding:5px 0;
}


#header li {
	display:inline;
	margin-left:8px;
	font-size:11px;
}

#header li a {
	padding:4px 4px;
	text-decoration:none;
	color:#000;
}

#header li a:hover {
	padding:4px 4px;
	color:#fff;
	background:#006A95;
}

#header .current_page_item a, #header .current_page_parent  a {
	padding:4px 4px;
	color:#fff;
	background:#006A95;
}

/*-------------------------------------------------------*/
#sidebar {
	float:left;
	width:185px;
}

#sidebar a {
	text-decoration:none;
	color:#000;
}

#sidebar a:hover {
	text-decoration:underline;
	color:#90C5DD;
}


#sidebar h2 {
	color:#006A95;
	font-weight:normal;
	font-family:'Lucida Sans Unicode',Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0 0 10px 0;
	font-size:22px;
	font-weight:normal;

}

#sidebar li {
	margin-bottom:6px;
	padding-left:15px;
	background:url(images/right_arrow_left.png) 0 2px no-repeat;
	line-height:120%;
}

#sidebar .current_page_item {
	font-weight:bold;
}

/*-------------------------------------------------------*/
#txt {
	float:right;
	width:550px;
	line-height:150%;
	text-align:justify;
}


#txt p {
	margin:0 0 20px 0;
	padding:0;
}

#txt a {
	padding:3px;
	color:#90C5DD;
}

#txt a:hover {
	color:#fff;
	background:#006A95;
	text-decoration:none;
}



#txt em {
	background: #F5FFA6;
	padding: 3px;
	font-style:normal;
}

#txt strong {
	font-weight:bold;
}

#txt blockquote {
	padding: 20px 15px 3px;
	margin:20px 0;
	line-height:160%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	border-bottom: 3px solid #CCCCCC;
	border-top: 3px solid #CCCCCC;
}


#txt h3 {
	color:#000;
	font-weight:normal;
	font-family:'Lucida Sans Unicode',Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0 0 10px 0;
	font-size:22px;
	font-weight:normal;
	line-height:120%;
}

#txt h4 {
	color:#006A95;
	font-family:'Trebuchet MS','Lucida Sans Unicode',Arial, Helvetica, sans-serif; 
	font-weight:bold;
	margin:15px 0 8px;
	padding:0 0 3px 0;
	font-size:15px;
	border-bottom:1px dotted #ccc;
	line-height:120%;
}

#txt ul, #txt ol {
	margin-bottom:20px;
}

#txt ul li {
	list-style:none;
	margin: 5px 0;
	padding:0 0 0 17px;
	background: url('images/arrow_right.gif') 0 1px no-repeat;
}

#txt ol li {
	list-style:none;
	margin: 5px 0;
	padding:0 0 0 15px;
	background: url('images/check.gif') 0 2px no-repeat;
}

/*-------------------------------------------------------*/
#footer {
	background:#fff;
	color:#242424;
	padding:10px 0;
	font-size:10px;
	}

#footer p {
	line-height:160%;
	width:760px;
	margin:0 auto;
}


#footer a {
	color:#000;
}

#footer a:hover {
	color:#90C5DD;
}


/*-------------------------------------------------------*/
#cabecera {
	margin-bottom:35px;
	height:132px;
}


