@charset "UTF-8";
/* CSS Document */
:focus {
	-moz-outline-style: none;
}
html, body {
	font-family: Baskerville, palatino linotype, serif;
	font-size: 1em;
	color: #666;
	height:100%; /* needed for container min-height */
	margin: 0px;
	padding: 0px;
	text-align:center;
	/*overflow: hidden;*/
}
/*body {
	background-color: #FFF;
	
}*/
#MainContainer {
	width: 1050px;
	margin: auto;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	background-image: url(../grafica/fondo.gif);
	background-repeat: repeat-y;
	background-position: 25px;
	text-align:left;
}
#Left {
	float: left;
	height: 100%;
	width: 325px;
	text-align: right;
	margin-top: 150px;
	padding-right: 25px;
}
#Logo {
	font-size: 3em;
}
#Slogan {
	font-family: Baskerville, palatino linotype, serif;
	font-size: 1em;
	color: #666;
}
/*#Footer {
	position:absolute;
	width:100%;
	bottom:0;
	padding: 20px;
}*/
/*#Logo {
	height: 50px;
	width: 64px;
	margin-right: 20%;
	background-image: url(../grafica/logo.gif);
}*/
#Right {
	float: left;
	height: 100%;
	width: 670px;
	margin-left: 25px;
	margin-top: 200px;
}
#CuadradoAbout {
	background-color: #a2ad00;
	height: 15px;
	width: 15px;
	float:left;
	margin-top: 6px;
	margin-right: 4px;
}
#CuadradoAboutPeq {
	background-color: #a2ad00;
	height: 7px;
	width: 7px;
	float:left;
	margin-top: 5px;
	margin-right: 4px;
}
#CuadradoGraphic {
	background-color: #cc00cc;
	height: 15px;
	width: 15px;
	float:left;
	margin-top: 6px;
	margin-right: 4px;
}
#CuadradoWeb {
	background-color: #0099cc;
	height: 15px;
	width: 15px;
	float:left;
	margin-top: 6px;
	margin-right: 4px;
}
#CuadradoFotography {
	background-color: #666;
	height: 15px;
	width: 15px;
	float:left;
	margin-top: 6px;
	margin-right: 4px;
}
#CuadradoBlog {
	background-color: #F93;
	height: 15px;
	width: 15px;
	float:left;
	margin-top: 6px;
	margin-right: 4px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #333;
}
.TextoColor {
	color: #F0C;
}
/* Contact Form CSS */


#listas_menu_grafico {
	float: left;
	list-style-type: square;
	color: #cc00cc;
}
#listas_menu_web {
	float: left;
	list-style-type: square;
	color: #0099cc;
}
.TituloQuenepon {
	color: #333;
	margin-top: -10px;
}
#formfields {
	border: 1px solid #999;
	background-color: #FFF;
}
#formfields2 {
	border: 1px solid #999;
	background-color: #FFF;
}
#formfields3 {
	border: 1px solid #999;
	background-color: #FFF;
}
#formfields4 {
	border: 1px solid #999;
	background-color: #FFF;
}
/* styles for error box */
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
	padding:20px;
	border:dashed 2px red;
	width:90%;
	margin:0px auto;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.3em;
}
.error a, .error a:hover {
	color:#8a1f11;
}
/* simply moves close box to right */
.kickRight {
	text-align:right;
}
