@charset "utf-8";
/* CSS Document */
body {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}	

h1 {
	font-size:16px;
	text-align : left;
	color :#990000;
	margin:0;
	font-weight:normal;
}

h2 {
	font-size:15px;
	text-align : left;
	color:#CC0000;
	margin:0;
	font-weight:normal;
}

h3 {
	font-size:13px;
	text-align :left;
	color : #FFFFFF;
	margin:0;
}
h4 {
	font-size:13px;
	text-align : left;
	color : #CC0000;
	font-weight:normal;
	margin:0;
	padding:2px 2px 2px 18px
}
h5 {
	font-size: 12px;
	text-align : left;
	margin:0;
	color : #CC0000;
}
h6 {
	font-size:11px;
	margin:0;
	text-align :left;
	color : #CC0000;
}

p {
	margin:7px;
	line-height:normal;
	font-size: 11px;
}



a:link {
	font-size:11px;
	color:#333333;
	text-align:left;
	text-decoration:underline;
			}
		
a:visited {
	font-size:11px;
	color: #333333;
	text-decoration:underline;
}
		
a:hover {
	font-size:11px;
	color: #CC0000;
	text-decoration:none;
		}

a:active {
	font-size:11px;
	color: #CC0000;
	text-decoration:underline;
}

/* Fin */


/* Botoneta */

#navcontainer {
		margin:0 auto;
		height:25px;
}

#navcontainer ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin:0;
}

#navcontainer ul li a {
	background: #363535;
	width: 159px;
	height: 25px;
	padding: 5px 0 0 0;
	margin: 0;
	color: #999999;
	text-decoration: none;
	border-right:1px solid #FFFFFF;
	display: block;
	text-align: center;
	font: normal 12px/18px "Century Gothic";
}

#navcontainer ul li a:hover {
        color: #FFFFFF;
        background: #363535;
}

#navcontainer a:active {
        background: #363535;
        color: #FFFFFF;
}

#navcontainer li#active a {
        background: #363535;
        color: #FFFFFF;
}

/* Fin botoneta */

/* top */

#container001 {
	margin: 0 auto;
	width:800px;
	height:75px;
}

.img-left{
	width:500px;
	height:auto;
	float:left;
}

.toptex01{
	margin-left:500px;
	width:140px;
	height:auto;
	font-size:12px;
	color:#000000;
	text-align:right;
	padding:10px 5px 5px 5px;
}

.toptex02{
	width:140px;
	height:auto;
	font-size:12px;
	color:#000000;
	text-align:left;
	padding:10px 5px 5px 5px;
	float:right;
}

/* fin top */

/* contenidos */

#container002 {
	width:800px;
	height:auto;
	margin:0 auto;
}

.header-002{
	width:350px;
	height:auto;
	margin-top:10px;
	float:left;
}

#header-anima{
	width:450px;
	height:auto;
	margin:0 0 0 350px;
	padding:10px 0 0 0;
	
}

.intros{
	width:335px;
	height:105px;
	margin:0 auto;
	margin-top:10px;
	text-align:left;
	font-size:11px;
	color:#333333;
	border-bottom:1px solid #CC0000;
	padding:0;
}

#banister{
	margin:0;
	float:left;
	padding:5px 5px 5px 0;
}


.derecha{
	width:250px;
	height:auto;
	margin-top:10px;
	padding:0;
	float:right;
	
}

.principal{
	width:550px;
	height:auto;
	margin-right:250px;
	margin-top:10px;
	text-align:left;
	font-size:11px;
	color:#333333;
	padding:0;
}

.general{
	width:520px;
	height:auto;
	margin:0 auto;
	margin-top:5px;
	font-size:11px;
	padding:5px;
	border-bottom:.5px solid #CC0000;
}

.general-img{
	width:530px;
	height:auto;
	margin:0 auto;
	margin-top:10px;
	border-bottom:1px solid #990000;
}

.general-img2{
	width:500px;
	height:auto;
	margin:0 auto;
	margin-top:10px;
	border-bottom:1px solid #990000;
	padding:15px;
}

.general2{
	width:520px;
	height:70px;
	margin:0 auto;
	margin-top:10px;
	font-size:11px;
	padding:5px;
}

.encabezado01{
	width:235px;
	background-color:#CC0000;
	margin:0 auto;
	margin-top:5px;
	padding:5px;
}

.encabezado02{
	width:235px;
	background-color:#990000;
	margin:0 auto;
	margin-top:10px;
	padding:5px;
}

.general-lat{
	width:233px;
	height:auto;
	margin:0 auto;
	font-size:11px;
	padding:5px;
	border:1px solid #666666;
}












ul#thumbs, ul#thumbs li{
		margin:0;
		padding:0 10px 0 10px;
		list-style:none;
		float:left
	}
	
	ul#thumbs li{
		float:left;
		margin-right:2px;
		border:1px solid #FB6666;	
		padding:2px;
	}
	ul#thumbs a{
		display:block;
		float:left;
		width:150px;
		height:65px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;		
	}
	ul#thumbs a img{
	float:left;
	position:absolute;
	top:-126px;
	left:-6px;
	}
	
	/* mouse over */
	
		ul#thumbs a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		ul#thumbs a:hover img{
			border:1px solid #DB0000;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */

	/* clearing floats */
	
		ul#thumbs:after, li#thumbs:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		ul#thumbs, li#thumbs{
			display:block;
			}
		/*  \*/
		ul#thumbs, li#thumbs{
			min-height:1%;
			}
		* html ul#thumbs, * html li#thumbs{
			height:1%;
			}	
	
	/* // clearing floats */

/* // thumbnail list */


/* single thumbnail */

	p.thumb{
		float:left;
		margin:.5em 0;
		margin-right:10px;
		border:1px solid #FB6666;	
		padding:2px;
	}
	p.thumb a{
		display:block;
		float:left;
		width:100px;
		height:100px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;	
	}	
	p.thumb a img{
		float:left;
		position:absolute;
		top:-20px;
		left:-50px;	
	}
	
	/* mouse over */
	
		p.thumb a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		p.thumb a:hover img{
			border:1px solid #DB0000;	
			background:#fff;
			padding:2px;			
		}	
		
#final{
	width:780px;
	height:auto;
	margin:0 auto;
	margin-top:5px;
	text-align:center;
	font-size:11px;
	color:#333333;
	border-top:1px solid #CC0000;
	border-bottom:1px solid #CC0000;
	padding:10px;
}

#final02{
	width:780px;
	height:auto;
	margin:0 auto;
	margin-top:5px;
	text-align:center;
	font-size:11px;
	color:#CC0000;
	padding:10px;
}

.iweb{
	text-align:center;
	font-size:10px;
	color:#666666;
	padding:10px;
}

a.iwe{
	font-size:10px;
	color: #666666;
	text-decoration:none;
}
		
a.iwe:hover {
	color: #FF3300;
	text-decoration:none;
		}


a.der{
	font-size:11px;
	text-align:right;
	color: #999999;
	text-decoration:none;
}
		
a.der:hover {
	color: #CC0000;
	text-decoration:none;
		}
.textarea1{
	width:300px;
	height:15px;
	border-top:1px solid #990000;
	border-left:1px solid #990000;
	border-bottom:1px solid #FF0000;
	border-right:1px solid #FF0000;
	background-color:#FFFFFF;
	font-size:11px;
	color:#333333;
	margin:5px 0 0 70px;
	padding:2px 0 3px 3px;
	overflow:visible;
}

.textarea2{
	width:300px;
	height:15px;
	border-top:1px solid #990000;
	border-left:1px solid #990000;
	border-bottom:1px solid #FF0000;
	border-right:1px solid #FF0000;
	background-color:#FFFFFF;
	font-size:11px;
	color:#333333;
	margin:5px 0 0 79px;
	padding:2px 0 3px 3px;
	overflow:visible;
}

.textarea3{
	width:300px;
	height:15px;
	border-top:1px solid #990000;
	border-left:1px solid #990000;
	border-bottom:1px solid #FF0000;
	border-right:1px solid #FF0000;
	background-color:#FFFFFF;
	font-size:11px;
	color:#333333;
	margin:5px 0 0 66px;
	padding:2px 0 3px 3px;
	overflow:visible;
}

.textareagde{
	width:300px;
	height:30px;
	border-top:1px solid #990000;
	border-left:1px solid #990000;
	border-bottom:1px solid #FF0000;
	border-right:1px solid #FF0000;
	background-color:#F2F2F2;
	font-size:11px;
	font-family:Tahoma;
	color:#333333;
	margin:5px 0 0 42px;
	padding:2px 0 3px 3px;
	overflow:visible;
}