@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: Trebuchet Ms, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #555657;
	border-top: 7px solid #ff4d00;
}

a {
	color: #939598;
}

a:hover {
	color: #ff6000;
}

#iso {
	float: right;
	margin-top: 5px;
	margin-right: 100px;
}

#contenedor {
	width: 800px;
	margin: 0 auto;
}

#logo {
	float: left;
}

#logo a img {
	border: none;
}

#header {
	margin-top: 120px;
	height: 100px;
}



#header ul li {
	display: inline;
	list-style-type: none;
	padding-left: 20px;
}

#menu {
	float: right;
	margin-top: 70px;
}

#menu a {
	color: #939598;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

#menu a:hover {
	color: #ff6000;
}

#columnaprincipal {
	background: url(images/bg-contenido.png) repeat-x;
	padding-top: 5px;
	min-height: 160px;
}

#contenido {
	color: #555657;
	width: 840px;
	font-size: 13px;
	margin: 10px auto;
}

#contenido h1 {
	font-size: 20px;
	margin: 15px 0 0;
}

#imghome{
padding: 0;
margin: 0 15px 40px 0;
_width: 425px;
_margin-left: -30px;
float: right;
}

#titulos {
	float: left;
	width: 340px;
	text-align: right;
}

#textos {
	float: right;
	width: 435px;
	margin-bottom: 60px;
text-align: justify;
}

#textos a {
	color: #FF6000;
	text-decoration: none;
}

#textos a:hover {
	text-decoration: underline;
}

#textos a:visited {
	border-bottom: 1px dotted #cfcfcf;
}

#footer {
	clear: both;
	font-size: 11px;
	color: #7e7e7f;
	text-align: center;
}
 
.sepfooter {
	margin-left: 20px;
}

/* COUNTRY TABS - */

#countrytabs {
	list-style-type: none;
	color: #999;
	border: none;
	margin-top: -16px;
}

.imagenes {
list-style-type: none;
}

.imagenes li a{
	float: left;
	display: block;
	margin: 0;
	padding: 5px 16px; /*padding inside each tab*/
	_padding: 0px 16px;
}

.tabcontent a img {
	border: 1px solid #FF6000;
}

.tabcontent a:hover img {
	border: 1px dotted #FF6000;
}

.selected {
	color: #333;
}

.uvadesign {
color: #B01C2E;
text-decoration: none;
}

#columnaprincipal table td{
padding: 3px;
border: none;
}

#aviso {
background: #F6FFCF;
color: #666;
border: 1px solid #B0BF6B;
text-align: center;
padding: 7px;
margin-top: 24px;
width: 260px;
float: right;
}

#aviso p {
font-size: 11px;
}

.rojo {
color: #FF0000;
}
