@charset "UTF-8";

/* GENERAL */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:auto;
	padding:0;
	line-height:17px;
}

body a {
}

body a:hover {
}

img {
	border:0;
}


/* SECCIONES */

#idiomas{
	height:23px;
	padding-right:20px;
	background-image:url(../images/barra.jpg);
	background-repeat:repeat-x;
}

#contenedor{
	width:960px;
	margin:auto;
	text-align:center;
}

	#encabezado{
		width:960px;
		height:55px;
		margin:25px 0px 35px 0px;
		text-align:left;

	}
	
	#izquierda{
		width:180px;
		float:left;
		overflow:hidden;
		display:inline;
		margin-right:20px;
		padding-top:15px;
	}
	
	#derecha{
		width:719px;
		text-align:left;
		float:left;
		overflow:hidden;
		display:inline;
		border-left:1px solid #ccc;
		padding:15px 20px 15px 20px;
	}


/* TEXTOS */

h1 {
	font-size:16px;
	font-weight:bold;
	display:inline;	
}


/* MENU IDIOMAS */

ul.menuidiomas {
	list-style-type:none;
	display:inline;
}

ul.menuidiomas li {
	float:right;
	padding:0px 0px 0px 15px;
	line-height:20px;
}

ul.menuidiomas li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	font-weight:normal;
}

ul.menuidiomas li a:hover {
	color:#faff02;
}

ul.menuidiomas .current a {
	color:#faff02;
}


/* GALERIA */

*preload classes*/
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer { 
position: relative;
overflow: hidden; 
border: 2px solid #ccc;  
margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
margin: 0;
padding: 0;
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li { 
float:left;
}
.stripTransmitter {
overflow: auto;
width: 1%;
}
.stripTransmitter ul {
margin: 0;
padding: 0;
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{
width: 20px;
float:left;
margin: 0 1px 1px 0;
}
.stripTransmitter a{
font: bold 10px Verdana, Arial;
text-align: center;
line-height: 22px;
background: #ccc;
color: #fff;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover, a.current{
background: #888;
color: #fff;
}

/*tooltips formatting*/
.tooltip
{
padding: 0.5em;
background: #fff;
color: #000;
border: 5px solid #dedede;
}
