/*********************************
 *  Theme bluer. 
 *  @author Daniel Ramirez
 *  @email <daniel.rmz@gmail.com>
 *  @version 1.0
 *  design.css archivo del diseño básico del tema.
 *********************************/

/** tags de la estructura de html **/
body { 
	background:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin:0px;
	padding:0px;
}

a, a:visited { 
	color:#0033CC;
	text-decoration:none;
	background-color:inherit;
}

h1,h2,h3,h4 { 
	margin:0px;
	padding:0px; 
}

input[type=button] {
	background: #eeeeee;
	border:1px outset #cccccc;
	font-size:11px;
	color:black;
}

input[type=text],input[type=password] {
	border:1px inset #cccccc;
}

.input_text:focus,input[type=text]:focus,input[type=password]:focus{
	border:1px inset #003399;
}

form { 
	margin:0px;
	padding:0px;
}

/** header **/
#header { 
	height:80px;
	width:100%;
	background-color:#669ACC;
	border-bottom:4px solid #0F3E7D;
	color:white;
}

#header #logo, #logo a:link, #logo a:visited { 
	height:80px;
	float:left;
	width: 403px;
	z-index:10000;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	line-height: 80px;
}

#logo a:hover {
	color: #FFFFFF; 
	font-size: 1.1em;
	text-decoration: underline;
}

#header #menubar { 
	background:#86ADD6;
	height:19px;
	border-left:1px solid white;
	border-top:1px solid white;
	color:#135E88;
	float:right;
	width:50%;
	font-weight:bold;
	font-size:15px;
	padding-left:5px;
	font-family:"Arial Narrow", Helvetica, sans-serif;
	margin-top:-20px;
	overflow:hidden;
}

#menubar ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#menubar ul li { float:right; }

#menubar ul li a,#menubar ul li a:visited { 
	color:white;
	background-color:inherit;
	font-weight:normal;
	font-size:14px;
	padding-top:1px; 
	padding-left:5px; 
	padding-right:5px;
}

#menubar ul li a:hover { 
	background-color:#A9BECD;
	color:#0E405B;
}

#subheader {
	background-color:#efefef;
	color:black;
	height:60px;
	width:100%;
	position:relative;
	background-image:url('/public/site/img/bluer/subheader_bg.gif');
	background-repeat:no-repeat;
	background-position:180px;
	border-bottom:1px solid #CCCCCC;
	clear:both;
}

#searchbox { 
	float:right;
	margin-top:37px;
	margin-right:5px;
	padding:0px;
}

#searchbox input[type="text"] { 
	
}

#searchbox input { 
	border:1px solid #E4E4E4;
}

#searchbox #submit { 
	border:0px;
}

/** footer **/
#footer { 
	width:100%;
	height:18px;
	background-color:#4787B5;
	border-top:4px solid #86ADD6;
	color:white;
	padding-top:4px;
	font-weight:bold;
	margin-top:20px;
}

#footer ul { 
	list-style:none;
	margin:0px;
	padding:0px;
}

#footer ul li { 
	float:left;	
}

#footer ul li a,#footer ul li a:visited {
	color:white;
	font-weight:bold;
	border-right:1px solid #86ADD6;
	padding-left:5px;
	padding-right:5px;
	padding-top:4px;
	background-color:inherit;
	
}

#footer ul li a:hover { 
	background-color:#446DA5;
	border-top:4px solid #4787B5;
	color:inherit;
}

/** menu **/
#menu { 
	float:left;
	width:170px;
	position:relative;
	margin-top:-57px;
	margin-left:3px;
	z-index:1000;
	
}

#menu ul {
	margin:0px;
	padding:0px;
	width:170px;
}

#menu ul .title { 
	background:url('/public/site/img/bluer/bullet_title.gif');
	color:#C2D5E2;
	background-repeat:no-repeat;
	height:17px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:"Arial Narrow", Helvetica, sans-serif;
	text-align:left;
	background-color:#1A5676;
	
}

#menu ul .title a, #menu ul .title a:visited { 
	background:url('/public/site/img/bluer/bullet_title.gif');
	background-repeat:no-repeat;
	color:#C2D5E2;
	font-weight:bold;
	display:block;
	width:140px;
	padding-left:20px;
	background-color:#1A5676;
}

#menu ul .title a:hover { 
	background:url('/public/site/img/bluer/bullet_title_on.gif');
	color:white;
	background-repeat:no-repeat;
	background-color:#0E405B;
}

#menu ul li { 
	background-color:inherit;
	color:white;
	text-align:right;
	padding:0px;
	list-style:none;
	width:inherit;
	margin-bottom:1px;
	display:block;
}

#menu ul li a { 
	color:white;
	background-color:#C2D5E2;
	display:block;
	padding-right:10px;
}

#menu ul li a:hover {
	background-color:#A9C4D6;
	color:white;
}
/** Contenido **/

#content { 
	margin-left:190px;
	margin-right:200px;
	height:100%;
	max-height:100%;
}

#breadcumbs {
	font-size:11px;
	padding:2px;
	background-image:url('/public/site/img/bluer/breadcumb_bg.png');
	background-repeat:repeat-x;
}

#breadcumbs a,#breadcumbs a:visited { 
	color:#003366;
}

#breadcumbs img { 
	margin-left:5px;
	margin-right:5px;
	border:0px;
}

* html {
	overflow:auto;
} 



/**
* TAGS DE ESTILO DE LA INFORMACION
*/
h2 { 
	padding-top:10px; 
	font-size:15px;
	color:black;
	background:inherit;
}

h3 { 
	font-size:13px;
}

#open-articles {
	margin-bottom:10px;
}

#open-section { 
	float:right;
	position:relative;
}

#index-article { 
	margin-bottom:10px;
}

#index-feature {
	border-top:1px dotted #e9e9e9;
	padding-top:5px;
}

#index-feature h3 { 
	background-image: url('/public/site/img/bluer/bullet_go.gif');
	background-repeat:no-repeat;
	background-position:2px;
	padding-left:15px;
}
#index-feature .text { 
	margin-left:15px;
	margin-bottom:10px;
}

#index-feature a:hover { 
	color:#DF7000;
	background:inherit;
}

#index-news { 
	float:right;
	position:relative;
	margin-top:10px;
}

#index-news .subheading { 
	font-size:10px;
	font-weight:normal;
}

#index-news h3 { 
	margin-top:10px;
	padding:0px;
	margin-bottom:5px;
	color:black;
	background:inherit;
}

#index-news ul { 
	padding:0px;
	margin:0 5px 0 0;
	border:0px;
	list-style:none;
}

#index-news ul li { 
	border:1px solid #999;
	margin-bottom:2px;
	padding:1px;
	width:170px;
}

#index-news ul li a,#index-news ul li a:visited { 
	color:#666;
	background:inherit;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:5px;
	display:block;
	width:165px;
}

#index-news ul li a:hover { 
	background-color:#e8e8e8;
	color:#336699;
}

#open-section {
	width:185px;
}

#open-section ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#open-section ul li { 
	background-image:url('/public/site/img/bluer/flechita.gif');
	background-repeat: no-repeat;
	background-position:2px;
	width:170px;
}

#open-section ul li a, #open-section ul li a:visited { 
	padding-left:15px; 
	display:block;
	background:transparent;
	width:170px;
	color:#333333;
}

#open-section h3 a { 
	color:black;
}

/** Articulo **/
#article h3 { 
	color:black;
	font-size:16px;
	margin-top:10px;
}

#article .text { 
	margin-top:10px;
} 

#article .footer { 
	border-top:1px dotted #e9e9e9;
	font-size:11px;
	text-align:right;
	width:100%;
	margin-top:20px;
}

/** Estilos de resultados de la busqueda **/
#article .criterio {
	width:90%;
	color:black;
	border-bottom:2px inset #99CCFF;
}

#article-left {
	float: left;
}

#article-right {
	float: right;
	text-align: right;
	border-left: #333333 dotted 1px;
	padding-left: 20px;
}

.article-results { 
	margin-left:20px;
	margin-right:10px; 
}

.article-results a {
	
}

.article-results a:hover { 
	color:#FF6600;
}

.article-results .article-title { 
	font-weight:bold;
	padding-top:3px;
}
.article-results .article-summary { 
	font-size:11px;
	color:#999999;
	padding-left:20px;
	padding-bottom:0px;
}
.article-results div { 
	height:30px;
	overflow:hidden;
}

.red {
	color: #FF0000;
}


