	@charset "utf-8";
/* CSS Document */

/*
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big,cite, code, del, dfn, em, font, img, ins, kbd, q, s,
samp, small, strike,strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend,table, caption, tbody, tfoot, thead, tr, th, td, center, u, b, i
{margin: 0; padding: 0; border: 0; outline: 0; font-weight: normal; font-style: normal;
06.font-size: 100%; font-family: inherit;
}
body {line-height: 1}
*:focus {outline: 0}
ol, ul {list-style: none}
table {border-collapse: collapse;border-spacing: 0}
blockquote:before, blockquote:after, q:before, q:after {content: ""}
blockquote, q {quotes: "" ""}
input, textarea {margin: 0; padding: 0}
hr {margin: 0; padding: 0; border: 0; color: #000; background-color: #000; height: 1px}


*/

#menu, #encabezado, #principal, #pie{ 
    width: 900px;
}

body  {
	font: 100% Arial;
	background:url(../img/photo/general/pattern.jpg) top fixed;
	color:#333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

#principal { 
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left:	2px solid #FFFFFF;
	border-right: 	2px solid #FFFFFF;
	border-bottom:	2px solid #FFFFFF;
} 

#encabezado { 
	background: #08202C; 
	margin: 0 auto; 
    height: 145px;
} 


#cse-search-results iframe{
	width: 630px;
	height: 1300px;

}

#contenido { 
	padding: 13px 13px ;
	font-family: Arial;
	text-align: justify;
	font-size: 12px;
	vertical-align:top;
} 

#contenido p{ 
	padding: 1px 10px 0 10px; 
} 

#col_izquierda {
	border-right: 1px solid #CC9900;/*283756;*/
}

#derecha{	
	background: #004F78; 
}


#pie { 
	background: #0B3445;
    color: #fff;
    font-family: Arial;
    font-size: 10px;
    height: 44px;
    text-align: center;
	margin: 0 auto;
} 

#pie a {
    color: #CCCC00;
    font-family: Arial;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
}

#pie a:hover {
    color: #CCCC00;
    font-family: Arial;
    font-size: 10px;
    text-align: center;
    text-decoration: underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a principal that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#search {
	padding:0;
	border: 0px solid #053364;
	color: #000;
	font-size: 11px;
	line-height: 14px;
	float:right;
	height: 30px;
}

.search .inputbox {
	border: 2px solid #053364;
	color: #000;
	font-size: 11px;
	line-height: 14px;
	width: 138px;
	height: 14px;
	padding: 0;
	margin: 0;
	background: #ffffff;
}

.search .button {
	margin: 0;
	padding: 0;
	color: #3c67cb;
	text-transform: uppercase;
	text-indent: -9999px;
	height: 20px;
	width: 32px;
	border: none;

}

#informacion{

}
.espace {
    font-family: Arial;
	font-size: 2px;
	color: #004F78;
	text-decoration:none;
}


#index{
	background: url("../img/photo/general/body.jpg") 0 transparent;
	background-position:bottom;
	background-repeat:repeat-x; 

}


/******************************     ESTILOS********************/


.titulo{
	font-size:17px;
	color: #fff;
	text-outline: 2px 2px #ff0000;
	padding: 3px 0 0 13px;
	margin: 0 -13px 0 -13px;
	background: #004F78;

}


img{
    border: medium none;
}

a {
    color: #053364;
    font-weight: 400;
    outline: medium none;
    text-decoration: none;
}

.borde4 td
{	
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none inset none;
	border-color: gray gray gray gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:none;	
}

#ponencias td
{
	padding:10px 0 0 15px;
	font-size:12px 


}

.derecha {
    background: none repeat scroll 0 0 #FFF;
	text-align:center;
    color: #333;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
	padding-right:5px;
	width:180px;
} 
.tit_blanquita{
	color: #FFF;
	font-family:Arial;
	font-size: 15px;
	font-weight:bold;
}
.blanquita{
	color: #FFF;
	font-family:Arial;
	font-size: 12px;
	font-weight:bold;
}
.negrita{
	color: #333;
	font-family:Arial;
	font-size: 12px;
	font-weight:bold;
}

.ponencias{
	background:#FFFFFF;
	color: #666666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-align: justify;
}
.style3 {font-size: large}



/*******************************************************/
.fadebox {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.overbox {
	display: none;
	position: absolute;
	top: 0px;
	left: 170px;
	width: 650px;
	height: 410px;
	z-index:1002;
	overflow: auto;
}

#contentbox {
	background: #FFFFFF;
	border: solid 3px #CCCCCC;
	padding: 10px;
}
.borde4 td{
	
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none inset none;
	border-color: gray gray gray gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
	
	
}
.titulovideo {
	font: bold 11px  Tahoma, Verdana, Arial;
	color: #333333;
	text-decoration: none; 
}
.datosvideo { 
	font: 11px Tahoma, Verdana, Arial;
	color: #333333;
	line-height: 17px;
	text-decoration: none;
}

.shadow{
	background:#FFFFFF;
	font:Arial;
	font-size:12px;
	color:#333333;
	padding:15px;
}

table{
	font-size:12px;
}
.icons a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	text-decoration:none;
	vertical-align:middle;
}
