/*
Hoja de estilos realizada para sitio de Exalumnos del Liceo Franco-Mexicano
Sitio realizado por Códice WebSoftware & AdWebtisers
Fecha de realizacion 18/02/2009
*/


/*estilos que anulan los estilos predeterminados de html*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img { border: 0; }
ol,ul { list-style: none; }
caption,th { text-align: left; }

/*terminan estilos predeterminados por html*/



/*composicion general del sitio*/

body {
	background: url(../images/bgBody.gif) repeat-x top #e6e6e6;
	}

#mainContent {
	width:1100px;
	}

.campo {
	border: 1px solid #ccc;
	font-size: 15px;
	height: 25px;
	font-family: Helvetica, Arial, sans-serif;
	}
	
.campobusca {
	border: 1px solid #ccc;
	font-size: 12px;
	color: #999;
	height: 18px;
	font-family: Helvetica, Arial, sans-serif;
	}
	
.error {
	color:#F00;
	}

.editar {
	margin:0px;
	padding:5px 25px 5px 5px;
	background: url(../images/editar.png) no-repeat right center;
	color:#ccc;
	text-decoration:none;
	}

.editar:hover {
	text-decoration:underline;
	}

.anadir {
	margin:0px;
	padding:5px 25px 5px 5px;
	background: url(../images/anadir.png) no-repeat right center;
	color:#ccc;
	text-decoration:none;
	}

.anadir:hover {
	text-decoration:underline;
	}

.eliminar {
	margin:0px;
	padding:5px 25px 5px 5px;
	background: url(../images/borrar.png) no-repeat right center;
	color:#ccc;
	text-decoration:none;
	}

.eliminar:hover {
	text-decoration:underline;
	}

.ok {
	margin:0px;
	padding:5px 25px 5px 5px;
	background: url(../images/ok.png) no-repeat right center;
	color:#ccc;
	text-decoration:none;
	}

.ok:hover {
	text-decoration:underline;
	}

.buletroja {
	font-size: 12px;
	color: #666;
	margin:0;
	padding:0 0 0 10px;
	background: url(../images/bullet.png) no-repeat left center;
	}

.buletroja b {
	font-size: 12px;
	color: #000;
	}

.buletroja2 {
	font-size: 12px;
	color: #666;
	margin:0;
	padding:0;
	background: url(../images/bullet.png) no-repeat left top;
	}

.contHome {
	border:1px solid red;
	width:550px;
	float:left;
	}

#scroll {
	height:auto;
	width: 545px;
	overflow: auto;
	}

#container {
	width: 938px;
	margin: 0 auto;
	font-family: Helvetica, Arial, sans-serif;
	}

#head {
	height: 90px;
	margin: 0 0 10px 0;
	}

#head .logo {
	float: left;
	position: relative;
	top: 5px;
	left: 35px;
	}

#foot {
	clear: both;
	padding: 5px 0 10px 0;
	font-size: 12px;
	color: #666;
	}

#foot a {
	color: #666;
	text-decoration: none;
	}

#foot a:hover {
	text-decoration: underline;
	}

#foot .txtL {
	float: left;
	}

#foot .txtR {
	float: right;
	}

.openDiv {
	display: block;
	clear: both;
	}

/*termina composicion general del sitio*/


/*banners en head*/

#bannHead {
	float: right;
	position: relative;
	top: 18px;
	width: 475px;
}

.bannerL { float: left; }

.bannerR { float: right; }

/*termina banners en head*/


/*tools*/

#tools
{
	float: right;
	font-size: 13px;
	position: relative;
	top: 22px;
}

#tools li
{
	float: left;
	margin: 0 10px 0 0;
}

#tools li a {
	display: block;
	color: #666666;
	text-decoration: none;
}

#tools li a:hover {
	color: #395f0b;
}

/*termina tools*/


/*buscador en head*/

#head #search
{
	float: right;
	clear: right;
	position: relative;
	top: 35px;
}

#head #search .bottonH
{
	position: relative;
	top: 5px;
}

/*termina buscador en head*/


/*banners en home*/

.bannerBar
{
	margin: 0 0 10px 0;
	height: 90px;
	clear: both;
}

.banner
{
	margin: 0 0 15px 0;
	border: 1px solid #CCC;
}

/*termina banners en home*/


/*imagenes alineadas a la derecha o izquierda*/

.left
{
	float: left;
	margin: 0 20px 20px 0;
}

.right
{
	float: right;
	margin: 0 0 20px 20px;
}

/*termina imagenes alineadas a la derecha o izquierda*/



/*menu de seccion*/

#menuSecc
{
	/*border-top: 1px solid #CCC;*/
	/*height: 39px;*/
	margin: 0 0 20px 0;
	/*font-size: 16px;*/
	background: url(../images/bgMenuSecc.gif) repeat-x;
	float: left;
	width: 100%;

}

#menuSecc li
{
	display: block;
	float: left;
	text-align: center;
	width: 100px;
}

#menuSecc a
{
	color: #525252;
	text-decoration: none;
	background: url(../images/bgMenuSecc.gif) repeat-x;
	display: block;
	padding: 11px 10px;	
	height: 17px;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #b0b0b0;
}

#menuSecc a:hover
{
	background: url(../images/bgMenuSeccOn.gif) repeat-x;
	color: #FFF;
}

#menuSecc #activo a
{
	background: url(../images/bgMenuSeccOn.gif) repeat-x;
	color: #FFF;
}

/*termina menu de seccion*/



/*contenedor principal de contenido*/

.content
{
	background: #FFF;
	height:auto;
	border: 1px solid #CCCCCC;
	margin: 0 0 10px 0;
}

.content h1
{
	font-size: 18px;
	color: #666;
	line-height: 24px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #CCC;
	margin: 0 0 20px 0;
}

.content .titReg
{
	padding: 0;
	border: none;
	line-height: 20px;
}

.content .titReg span
{
	font-size: 14px;
	font-weight: normal;
}

.content h2
{
	font-size: 14px;
	color: #666;
	padding: 0 0 10px 0;
	margin:0px;
}

.content p
{
	font-size: 12px;
	color: #999;
	line-height: 16px;
}

.content p a
{
	color: #1010ff;
	text-decoration: none;
}

.content p a:hover { text-decoration: underline; }

.content .contentL
{
	width: 535px;
	float: left;
	position: relative;
	left: 18px;
	top: 20px;
	clear: left;
}

.content .contentBlancoL
{
	width: 580px;
	float: left;
	position: relative;
	left: 20px;
	top: 20px;
	margin: 0 0 40px 0;

}


.contentBlancoL .contLFoot
{
	display: block;
	height: 11px;
	/*background: url(../images/bgFootContL.gif) no-repeat bottom;*/
	clear: both;
}

.contentBlancoL .txtHome h2 { color: #000000; }

.contentBlancoL .txtHome a { color: #000000; }


.content .contentGrayL
{
	width: 580px;
	height:auto;
	float: left;
	position: relative;
	left: 20px;
	top: 20px;
	background: url(../images/bgBodyContL.gif) repeat-y;
	margin: 0 0 40px 0;
}

.contentGrayL .contLFoot
{
	display: block;
	height: 11px;
	background: url(../images/bgFootContL.gif) no-repeat bottom;
	clear: both;
}

.contentGrayL .txtHome h2 { color: #45539c; }

.contentGrayL .txtHome a { color: #45539c; }

.content .home{
background:#e6e6e6;
}

.content .txtHome
{
	padding: 0 20px 0 20px;
	clear: both;
	font-size:12px;
	color:#666;
	background:#f2f2f2;
	margin:0 10px;
	line-height:18px;
}

.content .contentR
{
	width: 300px;
	float: right;
	position: relative;
	right: 20px;
	top: 20px;

}

.contentR .modGreen
{
	background: url(../images/bgBodyGreen.gif) repeat-y;
	margin: 0 0 10px 0;
}

.contentR h3
{
	font-size: 18px;
	color: #666;
	margin: 0 0 15px 0;
}

.contentR p
{
	font-size: 14px;
	color: #666;
	margin: 0 0 15px 0;
	line-height: 14px;
}

.contentR ul
{
	font-size: 14px;
	color: #666;
	margin: 0 0 15px 0;
}

.contentR li { margin: 0 0 3px 0; }

.contentR .modGreen .headG
{
	display: block;
	background: url(../images/bgHeadGreen.gif) no-repeat top;
	height: 19px;
	color: #FFF;
	font-size: 14px;
	padding: 7px 10px 0 10px;
	margin: 0 0 10px 0;
}

.contentR .txtarea
{
	width:160px;
	height:14px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666;
	border: 1px solid #2d6c37;
}

.contentR .modGreen .footG
{
	display: block;
	height: 6px;
	background: url(../images/bgFootGreen.gif) no-repeat bottom;
}

.contentR .modGreen table
{
	font-size: 12px;
	color: #333;
	width: 98%;
}

.contentR .modGreen td { padding: 5px 10px; }

.contentR .modGreen .txtR { text-align: right; }

.content #search
{
	background: url(../images/imgHome03.jpg) no-repeat;
	padding: 35px 20px 28px 0;
	text-align: right;
}

.content #search span
{
	font-size: 18px;
	color: #666;
}

.content #search .botton
{
	position: relative;
	top: 5px;
}


.content a
{
	color: #ad2424;
	text-decoration: none;
}


.content a:hover
{
	color: #317048;
	text-decoration: underline;
}

/*terminacontenedor principal de contenido*/


/*contenedor principal de contenido interior*/

.contentint
{
	background: #FFF;
	margin: 0 0 10px 0;
}

.contentint h1
{
	font-size: 18px;
	color: #45539c;
	line-height: 24px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #CCC;
	margin: 0 0 20px 0;
}

.contentint h1 a
{
	color: #334488;
	text-decoration: none;
}

.contentint h1 a:hover { text-decoration: underline; }


.contentint h2
{
	font-size: 14px;
	color: #666;
	padding: 0 0 10px 0;
	margin:0px;
}

.contentint p
{
	font-size: 12px;
	color: #999;
	line-height: 16px;
}

.contentint p a
{
	color: #1010ff;
	text-decoration: none;
}

.contentint p a:hover { text-decoration: underline; }


/* termina contenedor principal de contenido interior*/

/*menu superior en registro*/

#titMenu #menu, #fullMenu #menu
{
	float: left;
	position: relative;
}

#fullMenu #menu { top: 31px; }

#titMenu #menu li, #fullMenu #menu li
{
	font-size: 12px;
	float: left;
}

#fullMenu #menu li { font-size: 11px; }


#titMenu #menu a, #fullMenu #menu a
{
	color: #004b18;
	text-decoration: none;
	background: url(../images/bgMenuOn.gif) no-repeat #E4E9E5;
	padding: 5px 8px;
	display: block;
	width: 102px;
	margin: 0 5px 0 0;
	text-align: center;
	height: 11px;
}

#titMenu #menu a:hover, #fullMenu #menu a:hover { background: url(../images/bgMenu.gif) no-repeat #FFF; }

#titMenu #menu #activo a, #fullMenu #menu #activo a{ background: url(../images/bgMenu.gif) no-repeat #FFF; }


/*termina menu superior en registro*/


/*modulos para registro*/

#contRegL
{
	float: left;
	width: 630px;
	background: #FFF;
	border: 1px solid #83a686;
	margin: 0 0 15px 0;
}

#contRegL #titMenu, #fullMenu
{
	padding: 15px 15px 0 15px;
	margin: 0 0 30px 0;
	height: 55px;
	background: url(../images/bgTitMenu.gif) repeat-x;
}

#contRegL #titMenu h1
{
	font-size: 18px;
	color: #FFF;
	margin: 0 0 11px 0;
}

#contRegL #modInfo
{
	padding: 0 150px 0 35px;
	margin: 0 0 15px 0;
}

#contRegL #modInfo .titulo
{
	font-size:18px;
	color: #999;
	/*margin: 0 0 15px 0;*/
}

#contRegL #modInfo .imgMono
{
	background:url(../images/datos.png) no-repeat;
	margin:5px 0 0 0;	
}

#contRegL #modInfo .imgGal
{
	background:url(../images/camara.png) no-repeat;
	margin:5px 0 0 0;	
}

#contRegL #modInfo .imgEst
{
	background:url(../images/estudios.png) no-repeat;
	margin:5px 0 0 0;	
}

#contRegL #modInfo .imgExp
{
	background:url(../images/experiencia.png) no-repeat;
	margin:5px 0 0 0;	
}

#contRegL #modInfo .imgAmi
{
	background:url(../images/monitos.png) no-repeat;
	margin:5px 0 0 0;	
}

#contRegL #modInfo .imgInt
{
	background:url(../images/intereses.png) no-repeat;
	margin:5px 0 0 0;	
}

#contRegL #modInfo .imgPor
{
	background:url(../images/portafolio.png) no-repeat;
	margin:5px 0 0 0;	
}

#contRegL #modInfo .imgBol
{
	background:url(../images/bola.png) no-repeat;
	margin:5px 0 0 0;	
}

#contRegL #modInfo .subtitulo
{
	font-size: 12px;
	font-weight: bold;
	color: #AAA;
	margin: 0 0 15px 0;
}
#contRegL #modInfo .tituloAzul
{
	font-size: 14px;
	font-weight: bold;
	color: #345d9b;
	margin: 0 0 15px 0;
}

#contRegL #modInfo .tituloVerde
{
	font-size: 14px;
	font-weight: bold;
	color: #2d6c37;
	margin: 0 0 15px 0;
}


#contRegL #modInfo .tituloNegro
{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0 0 15px 0;
}

#contRegL #modInfo .subtituloRojo
{
	font-size: 10px;
	font-weight: bold;
	color:#F00;
	margin: 0 0 0 0px;
}


#contRegL #modInfo .subtituloAzul
{
	font-size: 10px;
	font-weight: bold;
	color: #345d9b;
	margin: 0 0 0 0px;
}
#contRegL #modInfo .subtituloNegro
{
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin: 0 0 15px 0;
}

#contRegL #modInfo .subtituloGris
{
	font-size: 12px;
	font-weight: normal;
	color: #a3a3a3;
	margin: 0 0 15px 0;
}


#contRegL #act
{
	padding: 0 20px;
	margin: 0 0 15px 0;
}

#contRegL h1
{
	font-size: 18px;
	font-weight: normal;
	color: #555;
	margin: 0 0 15px 0;
}

#contRegL h1 span
{
	float: right;
	font-size: 12px;
	font-weight: bold;
}

#contRegL h1 span a
{
	color: #003399;
	text-decoration: none;
}

#contRegL h1 span a:hover { text-decoration: underline; }

#contRegL h3
{
	font-size: 16px;
	color: #000;
}

#contRegL h3 span
{
	font-size: 10px;
	font-weight: normal;
}

#contRegL h3 span a
{
	color: #00339d;
	text-decoration: none;
}

#contRegL p
{
	font-size: 12px;
	width:550px;
	color: #000;
	line-height: 16px;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	background: url(../images/bgDotted.png) repeat-x bottom;
}


#contRegL p .liga
{
	color: #00339d;
	text-decoration: none;
}
#contRegL p .liga:hover { text-decoration: underline; }

#contRegL .actividad span { color: #2c6c39; }


#contRegL .azul { color: #00339d; }

#contRegL .recomienda
{
	font-size: 10px;
	color: #006600;
}

#contRegL .recomienda span { color: #000; }

#contRegL .recomienda a
{
	color: #00339d;
	text-decoration: none;
}

#contRegL .recomienda a:hover { text-decoration: underline; }

#contRegR
{
	float: left;
	width: 300px;
	margin: 0 0 15px 15px;
}

#contRegR .banner
{
	margin: 0 0 15px 0;
	border: 1px solid #CCC;
}

#contRegR #modTxtL
{
	background: #FFF;
	border: 1px solid #CCC;
	padding: 30px 15px 10px 15px;
	min-height: 230px;
}

#contRegR .ejemplos
{
	display: block;
	font-size: 10px;
	text-align: right;
}

#contRegR .ejemplos a { color: #0033c0; }

#contRegR .ejemplos a:hover { text-decoration: underline; }

#modTxtL .perfil { margin: 0 0 15px 0; }

#modTxtL .perfil span
{
	display: block;
	width: 50px;
	font-size: 10px;
	float: right;
	padding: 10px 0;
	background: #FFF;
}

#modTxtL .perfil span a
{
	color: #00339d;
	text-decoration: none;
}

#modTxtL .perfil h3 a
{
	font-size: 12px;
	padding: 0 0 2px 0;
	background: url(../images/bgDotted.png) repeat-x bottom;
	color: #00339d;
}

#modTxtL .perfil p
{
	font-size: 11px;
	color: #66667d;
	line-height: 14px;
}

/*termina modulos para registro*/


/* listado actividades */


#actividades p
{
	color: #333;
	font-size: 11px;
	margin: 0 0 0 10px;
	background: none;
	padding: 0;
}

#actividades p a
{
	color: #00339d;
	text-decoration: none;
	margin: 0 0 0 15px;
	background: url(../images/bullLink.gif) no-repeat left;
	padding: 0 0 0 20px;
}

#actividades p a:hover
{
	color: #00339d;
	text-decoration: underline;
}

#actividadesDiv
{
	background: url(../images/divActividades.jpg) repeat-x left 40%;
	padding: 5px 0;
	width: 100%;
	margin: 0px auto;
	height: 5px;
}

/* termina listado actividades */

/*tabla de registro*/

.tabReg {
	font-size: 12px;
	line-height:22px;
	color: #666;
	width: 550px;
	}

.tabReg .dotted {
	background: url(../images/bgDotted.png) repeat-x 0 5px;
	height:2px;
	}

.tabInic .dotted {
	background: url(../images/bgDotted.png) repeat-x 0 5px;
	height:2px;	
	}

.tabReg .img {
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	}

.tabReg .foto {
	width: 120px;
	height: 150px;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 5px 50px 20px 100px;
}

.tabReg td {
	padding: 5px 5px;	
	text-align: left;
	}

.tabReg tr.on {
	padding: 8px 5px;
	background: #e6e6e6;
	}

.tabReg td.morado {
	color:#6c539c;
	}

.tabReg span {
	color: #999999;
	}

.tabReg .span .negro {
	color: #000000;
	}

.tabReg .nombre1 {
	font-size: 20px;
	font-weight:normal;
	color: #333;
	}

.tabReg .nombre2 {
	font-size:20px;
	font-weight:bold;
	color: #0c4596;
	}

.tabReg .nombreGal {
	font-size: 17px;
	color: #000000;	
	}

.tabReg .nombreGalB {
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	margin:0;
	padding:0;
	background: url(../images/bullet.png) no-repeat left center;
	}

.tabReg .email {
	font-size: 17px;
	font-style:italic;
	}

.tabReg .negritas {
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	margin:0;
	padding:0;
	}

.tabReg .negritasSN {
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	margin:0;
	padding:0;
	}

.tabReg .negritas2 {
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	margin:0;
	padding:0;
	background: url(../images/bullet.png) no-repeat left top;
	}

.tabReg .campo1 {
	border: 1px solid #ccc;
	font-size: 15px;
	height: 22px;
	font-family: Helvetica, Arial, sans-serif;
	}

.tabReg .error {
	color:#F00;
	}

.tabReg .dotted {
	/*background: url(../images/bgDotted.png) repeat-x 0 5px;*/
	height: 10px;
	}

.tabReg .modif a { 
	font-size: 12px;
	color: #2d6c37;
	text-align: right;
	text-decoration: none;
	}

.tabReg .modif a:hover { 
	text-decoration: underline;
	}

.tabReg .modif a:active { 
	color: #333366;
	text-decoration: none;
	}

.tabReg .eliminar a { 
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
	}

.tabReg a { 
	color: #666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	}

.tabReg a:hover { 
	color: #666;
	text-decoration: underline;
	}

.tabReg .nomarpad {
	margin:0;
	padding:0;
	}

.tabReg .txtarea {
	width:400px;
	height:30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666;
	border: 1px solid #2d6c37;
	}

/*termina tabla de registro*/



/*tabla de galeria*/

.tabFoto
{
	font-size: 12px;
	color: #000000;
	width: 550px;
	font-weight: bold;
	text-align: left;
}
.tabFoto td { 
	width: 33%;
	padding: 5px;

}
.tabFoto a { 
	color: #6e6b66;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.tabFoto a:hover{ 
	color: #6e6b66;
	text-decoration: underline;
}
.tabFoto .gris { 
	color: #6e6b66;
	font-weight: normal;
	font-size: 11px;
}
.tabFoto .modif a{ 
	font-size: 11px;
	text-align: right;
	text-decoration: none;
}
.tabFoto .modif a:hover{ 
	text-decoration: underline;
}

.tabFoto .img {
	background: #fff;
	border: 1px solid #2d6c37;
	
}

.tabFoto sinborde
{
	background: #fff;
}


.tabFoto .lverde
{
	border: 1px solid #2d6c37;
	padding:0;
	margin:0;
}

/*termina tabla de galeria*/





/*tabla de amigos*/

.tabAmi
{
	font-size: 12px;
	color: #000;
	font-weight: bold;
	background-color:#FFF;
}

.tabAmi .dotted
{
	background: url(../images/bgDotted.png) repeat-x 0 5px;
	height:2px;
}

.tabAmi span {
	font-size: 11px;
	font-weight: normal;
}
.tabAmi img {
	padding: 5px;
}
.tabAmi td { 
	padding: 5px;

}

.tabAmi .titulo
{
	font-size: 14px;
	font-weight: bold;
	color: #555;
	/*margin: 0 0 15px 0;*/
	padding:0 5px 0 0;
	background: none;
	
}

.tabAmi .tituloVerde
{
	font-size: 14px;
	font-weight: bold;
	color: #2e6838;
	padding:0 5px 0 0;
	background: none;
}



.tabAmi a { 
	color: #a3a3a3;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.tabAmi a:hover{ 
	text-decoration: underline;
}


.tabAmi .lverde
{
	border: 1px solid #2d6c37;
	padding:0;
	margin:0;
}


/*termina tabla de amigos*/


/*tabla de comentarios de foto*/
.tabComent
{
	font-size: 11px;
	color: #666;
	width: 440px;
	text-align: left;
	font-weight: normal;
	margin: 0px 0px 10px 80px;
	background: #fff;
	cellspacing: 2px;
	font-family: Helvetica, Arial, sans-serif;

}

.tabComent .espBlanco { 
	marging-bottom: 10px;
}
.tabComent td { 
	padding: 5px;
}
.tabComent td.cuadroazul{
	background:#FFF;
	margin: 0px 0px 5px 0px;
	border: 2px solid #fff;
}


.cuadroazul .titNegroPeq
{
 color:#000000;
 font-size:11px;
}



.tabComent td.cuadro{
	
	margin: 0px 0px 5px 0px;

}

.tabComent .negro { 
	color: #333;
}

.tabComent .gris { 
	color: #a3a3a3;
}


.tabComent .azul { 
	color: #36539f;
}

.tabComent .verde { 
	color: #2d6c37;
}


.tabComent img {
	padding: 0px 5px 0px 0px;
}
.tabComent form {
	background: #fff;
}
.tabComent .txtarea {
	width:350px;
	height:15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #777777;
	border: 1px solid #437b4e;
	padding: 2px;
} 
.tabComent .dotted
{
	background: url(../images/bgDotted.png) repeat-x 0 5px;
	height:2px;
}

.tabComent a
{
	color:#666;
}
	

.tabComent .eliminar a{ 
	font-size: 12px;
	color: #990000;
	text-align: right;
	text-decoration: underline;
}
.tabComent .eliminar a:hover{ 
	text-decoration: none;
}

.tabComent .vercom a{ 
	text-decoration: none;
}
.tabComent .vercom a:hover{ 
	text-decoration: underline;
}

.tabComent .lverde
{
	border: 1px solid #2d6c37;
}

.tabComent .titNegro
{
 color:#000000;
 font-size:14px;
}

.tabComent .titRojo
{
 color:#FF0000;
 font-size:12px;
}

#foot a
{
	color: #666;
	text-decoration: none;
}

#foot a:hover { text-decoration: underline; }



/*termina tabla de comentarios de foto*/


/*tabla de comentarios de inicio*/
.tabInic
{
	font-size: 11px;
	color: #666;
	width: 550px;
	text-align: left;
	font-weight: normal;
	background: #fff;
	cellspacing: 10px;
	border: 1px solid #fff;

}
.tabInic .compartir{ 
	background:#FFF;
	padding: 10px;
	border: 1px solid #2d6c37;
	width:380px;

}
.tabInic img {
	padding: 5px;
}
.tabInic .txtarea {
	width:400px;
	height:30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666;
	border: 1px solid #2d6c37;
}

.tabInic .lverde
{
	border: 1px solid #2d6c37;
}

.tabInic .tiporojo
{
	color:#F00;
}


 /*termina tabla de comentarios de inicio*/



/*tabla de busqueda*/

.tabBusca { width: 98%; }

.tabBusca thead td
{
	background: #AD2424;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

.tabBusca thead td { padding: 10px; }

.tabBusca th
{
	padding: 3px 5px;
	background: #60965B;
	color: #FFF;
	font-size: 12px;
	text-align: center;
}

.tabBusca td
{
	padding: 5px;
	border: 1px solid #BFBFBF;
	color: #4B59A2;
}

/*termina tabla de busqueda*/


/* galeria */

#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 3px solid #dadada ;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}
z

