﻿/* CSS Document */
#largeImg {
		/*border: solid 1px #333;*/
		/*width: 600px;
		height: 415px;*/
		padding: 5px;
		text-align:center;
	}
.thumbs img {
		border: solid 1px #333;
		margin:2px;
		padding: 4px;
	}
.thumbs img:hover {
		border-color:#669933;
		margin:2px;
		padding: 4px;
	}
h2 em {
		font: normal 80%/100% Arial, Helvetica, sans-serif;
		color: #999999;
	}

.bordes {
		border:#669933 1px solid;
		padding:10px;
		margin:10px;
}

.bordes a:hover{
	border-color:#999999;
}
/*PROPIEDADES PARA EFECTOS DE FOTOS*/
tt {color: green;}
b {color: #993333;}
.foto { float: left; padding: 10px; }
.logo { position: relative; width: 480px; white-space: nowrap;}
#guru { padding: 4px; width: 99%; height: auto; text-align: center; background-color: black; }
#guru div { border: solid 3px red; padding: 4px; font-family: monospace; font-size: 1.25em; width: auto; height: auto; color: red; text-align: center; text-decoration: blink; }
#header { margin-bottom: 0; font-weight: normal; font-style: italic; color: gray; }
.bookmarks { white-space: nowrap; width: 98%; margin: 0; padding-top: 10px; border-top: 1px dotted gray;}

body{
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:95%;
	margin:0;
	padding:0;
	background-color:#000;
	background-image:url(../img/bgbody.jpg);
	background-repeat:repeat-x;
}

#contenedor{
	background-color:#000;
	width:998px;
	margin-left:auto;
	margin-right:auto;
}
.clear{ clear:both; }

#cabecera{
	width:998px;
	height:110px;
	background-image:url(../img/CABECERA.jpg);
	background-repeat:no-repeat;
	text-align:left;
}
#botonera{
	width:400px;
	height:0;
	margin-left:330px;
}
#centro{
	/*padding-right:15px;*/
	width:860px;
	text-align:justify;
	height:100%;
	float:left;
}
#centro2{
	width:998px;
	float:right;
}
#pie{
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	font-size:80%;
	height:23px;
	width:998px;
	text-align:center;
	padding-top:7px;
	font-weight:bold;
}

a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #CCCCCC;
}
h1{
	font-family:"Century Gothic","Trebuchet MS", Arial;
	border-bottom:#ccc 2px solid;
	font-size:115%;
	color:#ccc;
	height:24px;
	/*background-image:url(../img/bgh1.png);
	background-repeat:no-repeat;*/
	padding-left:20px;
	padding-top:6px;
	margin-top:0;
	}
h2{
	color:#669933;
	font-size:110%;
}
h3{
	font-size:100%;
	color:#666666;
	font-weight:bold;
}

#men{
	color:#ccc;
    width:100px;
  	float:left;
	margin-top:0;
}

.resaltar{
	padding:15px;
	color:#fff;
	background-image:url(../img/bgresaltar.jpg);
	background-repeat:repeat-y;
}

.form{
	background-color: transparent;
	border: 1px solid #666;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	}

.miniaturas{
	margin:2px;
	text-align:right;
}
.destacar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	color:#663399;
}
.form{
	background-color: transparent;
	border: 1px solid #666;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%;
	}

#page_bottom{
    clear:both;
    text-align:right;
    color:#669933;
    margin-right:5%;
}
button {
	background-color: transparent;
	background-image: none;
	border: none;
}

.error{
    font-size:80%;
    color: red;
    font-weight:normal;
}

.contenedorfoto_visual {
	float: left;
	margin: 2px;
	padding: 2px;
	background-color: #f5f7f9;
	border: #a5a7aa solid 1px;
	text-align: center;
	cursor: pointer;
	font-size: 9px;
	color: #999999;
}

.contenedorfoto_visual a {
	font-size: 9px;
	color: #999999;
}

.contenedorfoto_visual a:hover {
	font-size: 9px;
	color: #FF0000;
}

