/*
Theme Name: dos8000
Theme URI: http://www.grupoanton.es/
Description: 
Version: 1
Author: grupoanton

*/


/* top elements */
* { margin: 0;	padding: 0; }

body,html{
background-color:#221e1b;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:100%;
	margin: 0; padding: 0;
}

/* links */
a {
	color:#009de2;
	border:0px;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* headers */
h1 {
	text-transform:uppercase;
	color:#009de2;
	font-size:23px;
	margin-bottom:15px;
}

h2 {font-size:15px; color:#000000;}

h3 {font-size:15px;}

hr{
 margin-top:35px;
 margin-bottom:7px;
 border:solid 1px #009de2;
}

div {}

div.contenido{}

postcategoria{
	background-color:#999999;
	width:200px;
	height:100px;
}


img {
	border:0px;
}

p {
	color:#2E2E2E;
	font-size:0.8em;
	line-height:1.2em;
}

ul, ol {
}

/* CODE: fragmento de código */
code {

}


/* ACRONYM: define un texto, ej:
<acronym title="World Wide Web" lang="en">WWW</acronym>*/
acronym {

}

/* BLOCKQUOTE: cita extensa.
<blockquote cite='http://html.conclase.net/w3c/html401...def-BLOCKQUOTE'>
  <p> 
    <strong>Nota.</strong> Recomendamos que las implementaciones de hojas
    de estilo porporcionen un mecanismo para insertar signos de puntuación de citas
    antes y después de una cita delimitada por un BLOCKQUOTE de un modo apropiado según 
    el contexto del idioma actual y el grado de anidamiento de las citas. 
  </p>
</blockquote>
*/
blockquote {

}

/* Q: cita corta 
<Q lang="en-us">Mary wants you to get some ice cream on your
way home.</Q>  */
q{
}

/* form elements */
form {

}

label {

}

input {
border:2 px solid #009de2;
}

textarea {
border:2 px solid #009de2;

}

input.button { 

}



/**********************************
ESTILOS
***********************************/
.fechaPost{
font-size:10px;
color:#666666;
}

.comentario{
font-size:12px;
}
.blacklink{
color:#000000;
}
.comentariotexto{
font-size:18px;
}
.nombre{
font-size:13px;
color:#f5dc0d;
}


/**********************************
LAYOUT 
***********************************/

#pie{
	margin:0 auto;
	width:100%;
	height:89px;
	font-size:12px;
	color:#FFFFFF;
}
#piecont{
	width:995px;
	margin: 0 auto;
	height:89px;
}
#pie1{
	float:left;
	width:100px;
}
#pie2{
	margin-top:45px;
	float:left;
	width:600px;
}

#clear{
	clear:both;
}

#web{
	background-color:#009de2;
	width:100%;
	min-height:300px;
}
#webcont{
	margin:0 auto;
	width:995px;
}

#cabecera{
	width:100%;
	height:115px;
}
#contenido{
	margin:0 auto;
	width:995px;
	background-image:url(images/backgroundmain.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}
#cont95{
	margin:0 auto;
	margin-top:15px;
	margin-bottom:20px;
	width:90%;
}

#comentarios{
}

#cizda{ float:left; width:215px; }
#ccentro{ float:left; width:570px;}
#cdcha{float:right;width:210px;}

#ficha{
clear:both;
margin:0 auto;
margin-top:15px;
width:124px;
padding:10px;
font-size:11px;
}

#ficha img{
border: 1px solid #014677; 
}
#ficha img:hover{
border:1px solid #f5dc0d;
}



