/* CSS Document */

* {
	margin:0px;
	padding:0px;
	}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#CCCCCC;
	}

table {
	width:100%;
	border: none;
	text-align:left;
	}
	
	table th, td {
		margin-bottom: 15ppx;
		border-right: 10px solid #FFFFFF;  
		}

img {
	border:none;
	}
	
a {
	text-decoration:none;
	color:#66cc33;
	font-weight:bold;
	}
	
a:hover {
	text-decoration:underline;
	}
	
p {
	font-size:11px;
	color:#666666;
	}

strong {
	font-size:14px;
	color:#666666;
	}

.td_busca {
	background-image:url(imgs/fondo_buscador.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	}

#contenedor {
	position:relative;
	width:760px;
	background-color: #FFFFFF;
	padding:20px;
	margin: 10px auto;
	}	
	
	#titulo {
		background-image:url(imgs/fondo_titulo.jpg);
		background-position:center;
		background-repeat:no-repeat;
		width:760px;
		height:130px;
		}	
	
		#titulo table{
			border:none;
			height:100%;
			}

		#titulo h1 {
			color: #66cc33;
			font-size:32px;
			}

	#buscador {		
		width:760px;
		}
		
		#buscador table{
			border-bottom: 1px solid #cccccc;
			padding-bottom:5px;
			}
		
		#buscador table td {
			border:none;
			}
		
		#buscador table th, td{
			border:none;
			}
		#buscador table th {
			background-color:#EBEBEB;
			}
			
		#buscador th strong {
			background-color:#FFFFFF;
			padding-right: 10px;
			font-size:12px;
			}
			
		#buscador td {
			text-align:center;
			}
			
		#buscador input {
			padding: 0px 5px;
			margin: 0px 5px;
			}
			
		#buscar {
			width:80px;
			height:22px;
			color:#666666;
			font-weight:bold;
			}

	#contenido {
		width:760px;
		}

		#contenido table {
			margin-top: 15px;
			margin-bottom: 15px;
			padding-bottom: 10px;
			border-bottom: 1px solid #cccccc;
			}
			
			#contenido table tr {
				margin-bottom: 10px;
				}
			#contenido table td {
				vertical-align:top;
				}

			#contenido table th {
				}

		#contenido img{
			float:left;
			padding-right:10px;
			}

		#contenido p{
			clear:both;
			
			}
			
		 .col1{
		 	padding-right: 20px;
		 	}

		.p_th {
			background-color:#ebebeb;
			margin: 10px 0px;
			}

		.p_th a{
			color:#cc3333;
			font-size:12px;
			font-weight:bold;			
			background-color:#FFFFFF;
			background-image:url(imgs/triangulo.gif);
			background-repeat:no-repeat;
			background-position: right bottom;
			padding-right:20px;
			}

		.p_th a:hover {
			color:#cc3333;
			font-size:12px;
			font-weight:bold;			
			background-color:#FFFFFF;
			text-decoration:underline;
			}

	#pie {
		background-image:url(imgs/fondo_pie.jpg);
		width:760px;
		height:60px;
		text-align:right;
		}

		#pie img {
			padding-left: 5px;
			border:none;
			margin-bottom: -3px;
			}
			
		#pie p {
			padding: 10px;
			}
